Note:- Credit for this result goes to Alberto Peripolli. Copied from his Grepper. if ($result->first()) { } if (!$result->isEmpty()) { } if ($result->count()) { } if (count($result)) { }